home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 January - Disc 2
/
Macworld (1999-01) (Disk 2).dmg
/
Serious Demos
/
Symbolic Composer 4.2
/
Environment
/
System
/
DEF
/
Convert
/
Symbols
/
symbol-to-velocity
Wrap
Text File
|
1998-10-23
|
299b
|
11 lines
symbol-to-velocity lower upper smooth-val symbol-pattern
Converts symbol-pattern to vectors, smooths it with vector-smooth and scales the values to lower..upper range.
(initdef)
(defsym a '(a b c))
(defsym b '(c d e c b a))
(def-velocity synth
(symbol-to-velocity 40 110 3 (gen-trans a 5)))